home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / coloured.swf / scripts / DefineButton2_61 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2011-01-06  |  178 b   |  12 lines

  1. on(release, keyPress "<Enter>"){
  2.    tellTarget("/main")
  3.    {
  4.       gotoAndStop("init");
  5.       play();
  6.    }
  7.    tellTarget("/message")
  8.    {
  9.       gotoAndStop(1);
  10.    }
  11. }
  12.